home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Shareware / xStarter 1.8.8 / setup.exe / {app} / xStartUI.exe / 0 / RCDATA / THTTPPROGRESSFORM / THTTPPROGRESSFORM.txt
Text File  |  2007-06-06  |  2KB  |  99 lines

  1. object HttpProgressForm: THttpProgressForm
  2.   Left = 395
  3.   Top = 389
  4.   BorderStyle = bsDialog
  5.   Caption = 'Transferring data ...'
  6.   ClientHeight = 178
  7.   ClientWidth = 439
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = False
  11.   Position = poScreenCenter
  12.   OnCloseQuery = FormCloseQuery
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   OnShow = FormShow
  16.   DesignSize = (
  17.     439
  18.     178)
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel1: TBevel
  22.     Left = 0
  23.     Top = 134
  24.     Width = 439
  25.     Height = 3
  26.     Align = alBottom
  27.     Shape = bsBottomLine
  28.   end
  29.   object Label1: TLabel
  30.     Left = 16
  31.     Top = 16
  32.     Width = 32
  33.     Height = 13
  34.     Caption = 'Label1'
  35.   end
  36.   object Label2: TLabel
  37.     Left = 16
  38.     Top = 40
  39.     Width = 32
  40.     Height = 13
  41.     Caption = 'Label2'
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clMaroon
  44.     Font.Height = -11
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = []
  47.     ParentFont = False
  48.   end
  49.   object Label3: TLabel
  50.     Left = 16
  51.     Top = 118
  52.     Width = 65
  53.     Height = 13
  54.     Anchors = [akLeft, akBottom]
  55.     Caption = 'Remote URL:'
  56.   end
  57.   object Panel1: TPanel
  58.     Left = 0
  59.     Top = 137
  60.     Width = 439
  61.     Height = 41
  62.     Align = alBottom
  63.     BevelOuter = bvNone
  64.     TabOrder = 0
  65.     DesignSize = (
  66.       439
  67.       41)
  68.     object btCancel: TElPopupButton
  69.       Left = 321
  70.       Top = 8
  71.       Width = 105
  72.       Height = 25
  73.       DrawDefaultFrame = False
  74.       ModalResult = 2
  75.       Caption = 'Close'
  76.       Enabled = False
  77.       TabOrder = 0
  78.       Anchors = [akRight, akBottom]
  79.     end
  80.   end
  81.   object ProgressBar1: TProgressBar
  82.     Left = 16
  83.     Top = 96
  84.     Width = 409
  85.     Height = 17
  86.     Anchors = [akLeft, akRight, akBottom]
  87.     TabOrder = 1
  88.   end
  89.   object ProgressBar2: TProgressBar
  90.     Left = 16
  91.     Top = 72
  92.     Width = 409
  93.     Height = 17
  94.     Anchors = [akLeft, akRight, akBottom]
  95.     TabOrder = 2
  96.     Visible = False
  97.   end
  98. end
  99.